Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634148 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/122 - GitHub/css

style.css cody/swapnilsparsh/30DaysOfJavaScript/122 - GitHub/css/style.css
104 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {